Previous Book Contents Book Index Next

Inside Macintosh: 3D Graphics Programming With QuickDraw 3D /
Chapter 15 - Pick Objects / Pick Objects Reference
Pick Objects Routines / Picking With Window Rectangles


Q3WindowRectPick_New

You can use the Q3WindowRectPick_New function to create a new window-rectangle pick object.

TQ3PickObject Q3WindowRectPick_New (
const TQ3WindowRectPickData *data);
data
A pointer to a window-rectangle pick data structure.
DESCRIPTION
The Q3WindowRectPick_New function returns, as its function result, a new window-rectangle pick object having the characteristics specified by the data parameter.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996